func runtime.goroutineProfileWithLabels

3 uses

	runtime (current package)
		mprof.go#L1250: 	return goroutineProfileWithLabels(p, labels)
		mprof.go#L1254: func goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1601: 	return goroutineProfileWithLabels(p, nil)